home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / patches / ww0981.exe / README.TXT < prev    next >
Text File  |  1994-02-03  |  7KB  |  180 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.                 WW0981: WINDOWS(TM) 3.11 REFRESH FILES
  4. ======================================================================
  5.                                                    Revision Date: 2/94
  6.                                                        1 Disk Included
  7.  
  8. The following information applies to the version Windows 3.11 update 
  9. for Windows 3.10 users.
  10.  
  11. -----------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY     |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an Application |
  14. | Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER      |
  15. | EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED      |
  16. | WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR       |
  17. | PURPOSE. The user assumes the entire risk as to the accuracy and    |
  18. | the use of this Application Note. This Application Note may be      |
  19. | copied and distributed subject to the following conditions:  1) All |
  20. | text must be copied without modification and all pages must be      |
  21. | included;  2) If software is included, all files on the disk(s)     |
  22. | must be copied without modification (the MS-DOS(R)  utility         |
  23. | diskcopy is appropriate for this purpose);  3) All components of    |
  24. | this Application Note must be distributed together;  and  4) This   |
  25. | Application Note may not be distributed for profit.                 |
  26. |                                                                     |
  27. | Copyright (C) 1994 Microsoft Corporation.  All Rights Reserved.     |
  28. | Microsoft and MS-DOS are registered trademarks and Windows is a     |
  29. | trademark of Microsoft Corporation.                                 |
  30. |---------------------------------------------------------------------|
  31.  
  32.  
  33. ADDENDUM TO THE MICROSOFT SOFTWARE LICENSE AGREEMENT
  34. ====================================================
  35. FOR MICROSOFT WINDOWS OPERATING SYSTEM VERSION 3.10
  36. ===================================================
  37.  
  38. The files provided in this Application Note are intended to replace
  39. the corresponding files provided with Microsoft Windows 3.10. Upon
  40. installation, these files become a part of the Windows operating
  41. system and are subject to the same license terms and conditions as the
  42. Windows 3.10 product you previously acquired from Microsoft
  43. Corporation. Any other use of these files is prohibited.
  44.  
  45. MICROSOFT WINDOWS VERSION 3.11 FILES
  46. ====================================
  47.  
  48. This Application Note includes updated versions of eight core Windows
  49. 3.10 files. To update these files to version 3.11, follow the
  50. procedure below that is appropriate to your configuration.
  51.  
  52. To update a local installation of Windows 3.10 to Windows 3.11
  53. --------------------------------------------------------------
  54.  
  55. 1. Quit Microsoft Windows.
  56.  
  57. 2. Create a backup directory. For example, to create a backup
  58.    directory off the root of drive C, type MD C:\BACKUP at the MS-DOS
  59.    command prompt and then press ENTER.
  60.  
  61. 3. Copy the files listed below from your Windows SYSTEM subdirectory
  62.    to the backup directory or a floppy disk.
  63.  
  64.       COMMDLG.DLL
  65.       GDI.EXE
  66.       KRNL386.EXE
  67.       PSCRIPT.DRV
  68.       UNIDRV.DLL
  69.       SHELL.DLL
  70.       USER.EXE
  71.  
  72.    To do this, use the following syntax
  73.  
  74.       copy <drive>:\<windir>\system\<filename> <drive>:\<backdir>
  75.  
  76.    where <drive> is your hard disk drive, <windir> is your Windows
  77.    directory, <filename> is the file you are copying, and <backdir> is
  78.    your backup directory.
  79.    
  80.    For example, if your hard disk drive is C, your Windows directory
  81.    is named WINDOWS, and you are copying COMMDLG.DLL, type the
  82.    following:
  83.    
  84.       copy c:\windows\system\commdlg.dll c:\backup
  85.       
  86.    Repeat this command for the remaining files.
  87.  
  88. 4. Insert the enclosed WW0981 disk in the appropriate floppy disk
  89.    drive. At the MS-DOS command prompt, type the following and then
  90.    press ENTER
  91.  
  92.       copy <drive>:\*.* <destination>
  93.  
  94.    where <drive> is your floppy disk drive and <destination> is your
  95.    Windows SYSTEM subdirectory.
  96.  
  97.    For example:
  98.  
  99.       copy a:\*.* c:\windows\system
  100.  
  101. 5. If you use Novell NetWare connectivity, do the following:
  102.  
  103.    a. Use a text editor (such as Windows Notepad) to open your
  104.       SYSTEM.INI file, which is located in your Windows directory.
  105.  
  106.    b. In the [386Enh] section, change DEVICE=*VTD to DEVICE=VTDA.386.
  107.  
  108.    c. Save the file and quit the text editor.
  109.  
  110. To update a network installation of Windows 3.10 to Windows 3.11
  111. ----------------------------------------------------------------
  112.  
  113. 1. Determine the location of your SYSTEM.INI file and the network
  114.    share that contains your shared Windows files. For example, if the
  115.    network drive containing your Windows program files is Q, the
  116.    location of your shared Windows files may be Q:\WINSHARE and your
  117.    user directory may be Q:\USER\<YOURNAME> (or your user directory
  118.    may be located on your local hard disk drive).
  119.  
  120. 2. Quit Microsoft Windows.
  121.  
  122. 3. Create a backup directory. For example, to create a backup
  123.    directory off the root of drive C, type MD C:\BACKUP at the MS-DOS
  124.    command prompt and then press ENTER.
  125.  
  126. 4. Copy the following files from the network share to the backup
  127.    directory on your hard disk drive using the following syntax at the
  128.    MS-DOS command prompt and then press ENTER
  129.  
  130.       copy <netdrive>:\<netshare>\<filename> <harddrive>:\<backdir>
  131.    
  132.    where <netdrive> is the network drive,<netshare> is the network
  133.    share containing your SYSTEM.INI file, <filename> is the file you
  134.    are copying, <harddrive> is your hard disk drive, and <backdir> is
  135.    your backup directory.
  136.  
  137.    For example, if your network drive is Q, the network share is
  138.    WINSHARE, the file you want to copy is COMMDLG.DLL, your hard disk
  139.    drive is C, and your backup directory is called BACKUP, type the
  140.    following:
  141.  
  142.       copy q:\winshare\commdlg.dll c:\backup
  143.    
  144.    Repeat this command for the remaining files:
  145.  
  146.       COMMDLG.DLL
  147.       GDI.EXE
  148.       KRNL386.EXE
  149.       PSCRIPT.DRV
  150.       UNIDRV.DLL
  151.       SHELL.DLL
  152.       USER.EXE
  153.  
  154. 5. Remove the read-only file attributes on the shared Windows files
  155.    using the MS-DOS ATTRIB command.
  156.  
  157. 6. Insert the enclosed WW0981 disk in the appropriate floppy disk
  158.    drive. At the MS-DOS command prompt, type the following and then
  159.    press ENTER
  160.  
  161.       copy <drive>:\*.* <destination>
  162.  
  163.    where <drive> is your floppy disk drive and <destination> is the
  164.    network drive and share.
  165.  
  166.    For example:
  167.  
  168.       copy a:\*.* q:\winshare
  169.  
  170. 7. Reset the read-only file attributes on the shared Windows files
  171.    using the MS-DOS ATTRIB command.
  172.  
  173. 8. If you use Novell NetWare connectivity, do the following:
  174.  
  175.    a. Use a text editor (such as Windows Notepad) to open your
  176.       SYSTEM.INI file.
  177.  
  178.    b. In the [386Enh] section, change DEVICE=*VTD to DEVICE=VTDA.386.
  179.  
  180.    c. Save the file and quit the text editor.